auto merge of #78 : huonw/cargo/minor-de-.unwrapping, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 27 Jun 2014 21:12:07 +0000 (21:12 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Jun 2014 21:12:07 +0000 (21:12 +0000)
commitde4a4bfdec44d956b5373caaec49805e167a5d43
tree3619302df9635d83ff729a7c9c6745f160ef3463
parentc993a545dc1fe9638a978f03dca14b058db2705d
parent35431334142b189f0bc1191a662f8704a12d66f7
auto merge of #78 : huonw/cargo/minor-de-.unwrapping, r=alexcrichton

I don't think any of the `.unwrap`s I touched can actually be hit since they all seem to have checks earlier, but reducing the number of calls is always nice and makes the code easier to verify.

I'm not sure if the `,` -> `:` commit is actually correct, I was just working from the surrounding context.